home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.31-14 / ubuntu / Makefile < prev   
Encoding:
Makefile  |  2009-10-16  |  579 b   |  20 lines

  1. #
  2. # Makefile for the Linux kernel ubuntu supplied third-party device drivers.
  3. #
  4.  
  5. obj-$(CONFIG_SECURITY_APPARMOR)        += apparmor/
  6.  
  7. obj-$(CONFIG_BLK_DEV_DRBD)    += drbd/
  8. obj-$(CONFIG_SCSI_ISCSITARGET)    += iscsitarget/
  9. obj-$(CONFIG_AUFS_FS)        += aufs/
  10. obj-$(CONFIG_DM_RAID45)        += dm-raid4-5/
  11. obj-$(CONFIG_NDISWRAPPER)    += ndiswrapper/
  12. obj-$(CONFIG_BLK_DEV_COMPCACHE)    += compcache/
  13. obj-$(CONFIG_LIRC_DEV)          += lirc/
  14. obj-$(CONFIG_LENOVO_SL_LAPTOP)    += lenovo-sl-laptop/
  15.  
  16. obj-m                += misc/ rfkill/
  17.  
  18. # This is a stupid trick to get kbuild to create ubuntu/built-in.o
  19. obj- += foo.o
  20.